version: "3.9"

services:
  web:
    build: .
    ports:
      - "80:5000"  # Expose port 80 to the host
    volumes:
      - ./app/static:/app/static
      - ./app/templates:/app/templates